From dd735b6e8443965d1e5cf47a4b83daf72fa4370c Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed, 24 Nov 2021 11:11:15 -0800 Subject: [PATCH] minor correction to resample doc. --- xmldoc/filters/resample.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmldoc/filters/resample.xml b/xmldoc/filters/resample.xml index bc2368211..b5869724d 100644 --- a/xmldoc/filters/resample.xml +++ b/xmldoc/filters/resample.xml @@ -13,7 +13,7 @@ This examples doubles the sample rate. The data is filtered after interpolation Decimation with the resampling filter -This examples reduces the sample rate by a factor of 4. The data if filtered before decimation regardless of the order of the options. +This examples reduces the sample rate by a factor of 4. The data is filtered before decimation regardless of the order of the options. gpsbabel -t -i unicsv -f data.csv -x resample,average=4,decimate=2 -o unicsv,utc=0 -F slow.csv -- 2.30.2